home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Hardware / BetaScan / BetaScanDev / Include / scanner_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-23  |  398 b   |  14 lines

  1. #ifndef  SCANNER_PROTOS_H
  2. #define  SCANNER_PROTOS_H
  3.  
  4.  
  5. void openScanner(char* name,int unit,struct ScannerOptions* option,BYTE* status);
  6. void closeScanner(void);
  7. void controlOption(struct OptionValue* value,BYTE* status);
  8. void startScanning(struct ScanInformation* inform,BYTE* status);
  9. void stopScanning(void);
  10. void readScanLine(struct ScanLine* line,BYTE* status);
  11.  
  12. #endif /* SCANNER_PROTOS_H */
  13.  
  14.